Package com.cisco.pt.ipc.sim
Interface TunnelIpsecAttribute
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
TunnelIpsecAttributeImpl
Information provided by the PKI file:
\class TunnelIpsecAttribute
\brief This class holds the Ipsec Tunnel Attributes
\example network().getDevice("Router0").getProcess("IpsecProcess").getTunnelGroupAt(0).getTunnelIpsecAtt();
- Author:
- Auto-generated
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getKey
String getKey()Information provided by the PKI file:
\brief Returns the key value for the tunnelIpsecAttribute. \return string.- Returns:
- String Returns a String
-
setKey
Information provided by the PKI file:
\brief Sets the key for the tunnelIpsecAttribute. \param string, the key value.- Parameters:
key- Takes in a parameter of key
-
getName
String getName()Information provided by the PKI file:
\brief Returns the lifetime value for the tunnelIpsecAttribute. \return string.- Returns:
- String Returns a String
-
setName
Information provided by the PKI file:
\brief Sets the name for the tunnelIpsecAttribute. \param string, the name value.- Parameters:
name- Takes in a parameter of name
-